home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / PreParse < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      PreParse(33.4)      ARP Programmers Manual    PreParse(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       PreParse -- Create a tokenized string    suitable for
  10.       PatternMatch.
  11.  
  12.      SYNOPSIS
  13.       IsWild = PreParse("Source", "Dest")
  14.         d0               a0    a1
  15.  
  16.      FUNCTION
  17.       In order for a string    to be submitted    directly to pattern
  18.       match, the wildcard string must be composed of preparsed
  19.       tokens (these    are listed in arpbase.[ih]).  This function
  20.       takes    a normal wildcarded source string, and creates the
  21.       tokenized output string.  This tokenized output string may
  22.       then be used as the 'pat' parameter to PatternMatch.
  23.  
  24.      INPUTS
  25.       Source - pointer to wildcarded unparsed string.
  26.  
  27.       dest - pointer to buffer to place the    parsed string in. The
  28.           length of the    resulting string will not be larger
  29.           than the source string.
  30.  
  31.      RESULT
  32.       IsWild - TRUE    if any wildcards at all    were encountered,
  33.           false    otherwise.
  34.  
  35.      BUGS
  36.       None known
  37.  
  38.      SEE ALSO
  39.       PatternMatch(), FindFirst(), FindNext()
  40.  
  41.      AUTHOR
  42.       CDH
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.